home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / ms.zip / ARCHOW.CHP < prev    next >
Text File  |  1993-06-15  |  3KB  |  99 lines

  1. %
  2. #EF
  3. #TProgramming Object Oriented Arcade Games In Turbo C
  4. #HS,1,1,80,25,11,1
  5. #AL,1,13,1
  6. ~W~IHow To Use This Tutorial~Y~I
  7. #W
  8. %
  9. #EF
  10. #THow To Use This Tutorial    Pg. 1
  11. #HS,1,1,80,25,11,1
  12. #C4,R5
  13. ~Y~IAs you can see, this book has been published as in interactive tutorial.
  14. Hopefully you will find it easy to use. There are, however, a few things
  15. you should know before you start to work through the text.
  16.  
  17. First of all, this tutorial supports both the keyboard and a mouse. How
  18. well your mouse is supported depends on how compatible with a Microsoft
  19. mouse it is.
  20.  
  21. Also, the tutorial will periodically stop and wait for input. If nothing
  22. seems to be happening, press enter or click the left mouse button. Try it
  23. now.
  24.  
  25. #WN
  26. Throughout the text, you will see things that look like |this|. Any time
  27. you see black text on a grey background, you are looking at a button. To
  28. press a particular button, you must put your red cursor onto it. You do
  29. that by using the arrow keys or moving your mouse. Try moving the red
  30. cursor onto the word "this". Once "this" is red, press the enter key or
  31. the left mouse button.
  32. #WP
  33. %
  34. #EF
  35. #THow To Use This Tutorial    Pg. 2
  36. #HS,1,1,80,25,11,1
  37. #C4,R5
  38. ~Y~I
  39. Hypertext buttons become unavailable once you pass the paragraph that they
  40. are embedded in. To show you what I mean, try pressing this |button|.
  41. After you see the contents of the hypertext box, move your cursor to the
  42. "Continue" button on the bottom of the screen.
  43.  
  44. #WN
  45. #C4,R11
  46. Now try accessing the button above. You can't. Your cursor won't go there
  47. anymore because the paragraph in which the button is embedded has been
  48. passed.
  49. #WP
  50. %
  51. #EF
  52. #THow To Use This Tutorial    Pg. 3
  53. #HS,1,1,80,25,11,1
  54. #C4,R5
  55. ~Y~I
  56. Most menus in this system are arranged vertically. That is, the choices
  57. in the menu follow an order like that listed below.
  58.  
  59. #BN,35,10,46,18,2,0,0,7,15,5
  60. Choice 1
  61. Choice 2
  62. Choice 3
  63. Choice 4
  64. Choice 5
  65. Choice 6
  66. Choice 7
  67.  
  68. #WP
  69. %
  70. #EF
  71. #THow To Use This Tutorial    Pg. 4
  72. #HS,1,1,80,25,11,1
  73. #C4,R5
  74. ~Y~I
  75. However some menus are arranged like this:
  76.  
  77. #BN,25,10,56,15,2,0,0,4,15,5
  78. Choice 1    Choice 2
  79. Choice 3    Choice 4
  80. Choice 5    Choice 6
  81. Choice 7
  82.  
  83. #WN
  84. #C4,R17
  85. This is usually only the case if there are too many choices to fit into a
  86. vertical menu. Whenever you see a menu arranged like this, the easiest way
  87. to get the correct choice is to always use the right arrow for cursor
  88. movement.
  89. #WP
  90. %
  91. #EF
  92. #THow To Use This Tutorial    Pg. 5
  93. #HS,1,1,80,25,11,1
  94. #C4,R5
  95. ~Y~I
  96. That's really all there is to using this tutorial.
  97. #WP
  98. #X
  99.